Opc.Ua.Core
RemoveAll Method (IReferenceDictionary<T>)



Opc.Ua Namespace > IReferenceDictionary<T> Class : RemoveAll Method
The reference type identifier.
if set to true this is inverse reference.
Removes all of the references of the specified type and direction.
Syntax
'Declaration
 
Public Function RemoveAll( _
   ByVal referenceTypeId As NodeId, _
   ByVal isInverse As Boolean _
) As Boolean
'Usage
 
Dim instance As IReferenceDictionary(Of T)
Dim referenceTypeId As NodeId
Dim isInverse As Boolean
Dim value As Boolean
 
value = instance.RemoveAll(referenceTypeId, isInverse)
public bool RemoveAll( 
   NodeId referenceTypeId,
   bool isInverse
)
public:
bool RemoveAll( 
   NodeId^ referenceTypeId,
   bool isInverse
) 

Parameters

referenceTypeId
The reference type identifier.
isInverse
if set to true this is inverse reference.

Return Value

The result of removal.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IReferenceDictionary<T> Class
IReferenceDictionary<T> Members